home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / HDD Temperature Pro 1.4.1 Beta / HDD Temperature 1.4.1.msi / _13F15141ED874EA0922389A42D68403F / _EBD55DA10634473CBDCAC9BFB33C0532 / 0 / RCDATA / TDBGRIDEHFINDDLG / TDBGRIDEHFINDDLG.txt
Text File  |  2004-09-10  |  3KB  |  156 lines

  1. object DBGridEhFindDlg: TDBGridEhFindDlg
  2.   Left = 236
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find text'
  6.   ClientHeight = 124
  7.   ClientWidth = 505
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 12
  23.     Width = 52
  24.     Height = 13
  25.     Caption = 'Fi&nd What:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 10
  29.     Top = 35
  30.     Width = 34
  31.     Height = 13
  32.     Caption = 'Find &in:'
  33.   end
  34.   object cbMatchType: TLabel
  35.     Left = 10
  36.     Top = 58
  37.     Width = 33
  38.     Height = 13
  39.     Caption = 'Matc&h:'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 10
  43.     Top = 82
  44.     Width = 37
  45.     Height = 13
  46.     Caption = 'Sea&rch:'
  47.   end
  48.   object cbText: TDBComboBoxEh
  49.     Left = 88
  50.     Top = 9
  51.     Width = 316
  52.     Height = 21
  53.     DropDownBox.Rows = 17
  54.     DropDownBox.Sizable = True
  55.     EditButtons = <>
  56.     TabOrder = 0
  57.     Text = 'cbText'
  58.     Visible = True
  59.     OnChange = cbTextChange
  60.   end
  61.   object bFind: TButton
  62.     Left = 413
  63.     Top = 9
  64.     Width = 82
  65.     Height = 23
  66.     Caption = '&Find next'
  67.     TabOrder = 6
  68.     OnClick = bFindClick
  69.   end
  70.   object bCancel: TButton
  71.     Left = 413
  72.     Top = 37
  73.     Width = 82
  74.     Height = 22
  75.     Cancel = True
  76.     Caption = 'Close'
  77.     ModalResult = 2
  78.     TabOrder = 7
  79.     OnClick = bCancelClick
  80.   end
  81.   object cbFindIn: TDBComboBoxEh
  82.     Left = 88
  83.     Top = 32
  84.     Width = 192
  85.     Height = 21
  86.     DropDownBox.Rows = 17
  87.     DropDownBox.Sizable = True
  88.     EditButtons = <>
  89.     TabOrder = 1
  90.     Text = 'cbFindIn'
  91.     Visible = True
  92.     OnChange = cbFindInChange
  93.   end
  94.   object cbMatchinType: TDBComboBoxEh
  95.     Left = 88
  96.     Top = 55
  97.     Width = 144
  98.     Height = 21
  99.     EditButtons = <>
  100.     Items.Strings = (
  101.       'From any part of field'
  102.       'Whole field'
  103.       'From beging of field')
  104.     KeyItems.Strings = (
  105.       'From any part of field'
  106.       'Whole field'
  107.       'From beging of field')
  108.     TabOrder = 2
  109.     Text = 'From any part of field'
  110.     Visible = True
  111.   end
  112.   object cbFindDirection: TDBComboBoxEh
  113.     Left = 88
  114.     Top = 79
  115.     Width = 144
  116.     Height = 21
  117.     EditButtons = <>
  118.     Items.Strings = (
  119.       'Up'
  120.       'Down'
  121.       'All')
  122.     KeyItems.Strings = (
  123.       'Up'
  124.       'Down'
  125.       'All')
  126.     TabOrder = 3
  127.     Text = 'All'
  128.     Visible = True
  129.     OnChange = cbTextChange
  130.   end
  131.   object cbCharCase: TDBCheckBoxEh
  132.     Left = 88
  133.     Top = 105
  134.     Width = 144
  135.     Height = 14
  136.     Caption = 'Match &Case'
  137.     TabOrder = 4
  138.     TabStop = True
  139.     ValueChecked = 'True'
  140.     ValueUnchecked = 'False'
  141.   end
  142.   object cbUseFormat: TDBCheckBoxEh
  143.     Left = 260
  144.     Top = 105
  145.     Width = 144
  146.     Height = 14
  147.     Caption = 'Match F&ormat'
  148.     Checked = True
  149.     State = cbChecked
  150.     TabOrder = 5
  151.     TabStop = True
  152.     ValueChecked = 'True'
  153.     ValueUnchecked = 'False'
  154.   end
  155. end
  156.